Perform this task to configure an Open Shortest Path First Version 3 (OSPFv3) instance for a specific circuitless IP address on the Virtual Router Forwarding (VRF) instance.
enable
configure terminal
ip vrf WORD<1-16>
router vrf WORD<1-16>
ipv6 ospf
ipv6 ospf enable
interface Loopback <1-256>
ipv6 interface address WORD<0-255> vrf WORD<1-16>
ipv6 ospf [<1-256>] area {A.B.C.D}
ipv6 ospf [<1-256>] enable
Configuring the OSPFv3 instance on the loopback interface on the VRF test:
Switch:1>enable Switch:1#configure terminal Switch:1(config)#ip vrf test Switch:1(config)#router vrf test Switch:1(config-vrf)#ipv6 ospf Switch:1(router-vrf)#ipv6 ospf enable Switch:1(router-vrf)#interface Loopback 10 Switch:1(config-if)#ipv6 interface address 2001::10:10:0:1/128 vrf test Switch:1(config-if)#ipv6 ospf 10 area 192.2.0.1 Switch:1(config-if)#ipv6 ospf 10 enable